home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / lib / ruby / 1.8 / thread.rb < prev    next >
Encoding:
Ruby Source  |  2011-06-16  |  104 b   |  6 lines

  1. unless defined? Thread
  2.   fail "Thread not available for this ruby interpreter"
  3. end
  4.  
  5. require 'thread.so'
  6.